Dailly Confired Cases in the Country
function (username, key)
{
if (!missing(username)) {
message("Storing 'username' as the environment variable 'plotly_username'")
Sys.setenv(plotly_username = username)
}
else {
usr <- verify("username")
}
if (!missing(key)) {
message("Storing 'key' as the environment variable 'plotly_api_key'")
Sys.setenv(plotly_api_key = key)
}
else {
key <- verify("api_key")
}
.Deprecated("ggplotly")
.Deprecated("plot_ly")
invisible(NULL)
}
<bytecode: 0x0000000018709f08>
<environment: namespace:plotly>